Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STY: Use f-strings where possible #836

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Nov 21, 2023

Some changes have been applied using pyupgrade.
Most All changes have been applied manualy.

UP031 Use format specifiers instead of percent format
@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review December 21, 2024 17:39
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

Attention: Patch coverage is 9.09091% with 10 lines in your changes missing coverage. Please review.

Project coverage is 69.35%. Comparing base (b7b4a69) to head (26b1837).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
niworkflows/anat/ants.py 0.00% 6 Missing ⚠️
niworkflows/interfaces/norm.py 0.00% 2 Missing ⚠️
niworkflows/interfaces/itk.py 0.00% 1 Missing ⚠️
niworkflows/interfaces/tests/test_itk.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #836   +/-   ##
=======================================
  Coverage   69.35%   69.35%           
=======================================
  Files          86       86           
  Lines        8472     8472           
  Branches     1058     1058           
=======================================
  Hits         5876     5876           
  Misses       2373     2373           
  Partials      223      223           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@effigies effigies merged commit c570b3d into nipreps:master Dec 21, 2024
18 of 19 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the pyupgrade branch December 21, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants